powered by
transpose(x)
nth, colMaxs, colMins, colrange
x <- matrix( rnorm(500 * 500), ncol = 500, nrow=500 ) system.time( transpose(x) ) system.time( t(x) )
Run the code above in your browser using DataLab